Skip to content

chore: Release 5.5.7#1153

Merged
fadi-george merged 3 commits into
mainfrom
rel/5.5.7
Jun 3, 2026
Merged

chore: Release 5.5.7#1153
fadi-george merged 3 commits into
mainfrom
rel/5.5.7

Conversation

@onesignal-deploy
Copy link
Copy Markdown
Collaborator

@onesignal-deploy onesignal-deploy commented Jun 3, 2026

Channels: Current

🛠️ Native Dependency Updates

  • Update Android SDK from 5.9.2 to 5.9.3
    • fix: [SDK-4732] track activity lifecycle from process start to fix late-init focus (#2655)
    • fix: [SDK-4735] route requestPermission fallbackToSettings to settings when permanently denied (#2656)
  • Update iOS SDK from 5.5.1 to 5.5.2

@onesignal-deploy onesignal-deploy requested a review from a team as a code owner June 3, 2026 01:08
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — straightforward release bump (5.5.6 → 5.5.7) with Android SDK update from 5.9.2 to 5.9.3.

Extended reasoning...

Overview

This is a routine release PR that bumps the SDK version from 5.5.6 to 5.5.7. The changes are purely mechanical:

  • Version strings updated consistently across pubspec.yaml, android/build.gradle, ios/onesignal_flutter.podspec
  • SDK version constants updated in OneSignalPlugin.java and OneSignalPlugin.m from "050506" to "050507" (matching the new version)
  • Android native dependency bumped from com.onesignal:OneSignal:5.9.2 to 5.9.3

Security risks

None introduced by this PR itself. The underlying Android SDK 5.9.3 release contains two fixes (activity lifecycle tracking and requestPermission fallback routing) per the PR description, but the Flutter SDK changes here are purely version metadata.

Level of scrutiny

Low. This is a textbook release-bump PR following the established pattern in the repo (compare to commit 8ddf748 for 5.5.7 itself and 65a908b for 5.5.6). All version strings are consistent with each other, and the SDK version encoding ("050507") correctly matches the semver 5.5.7.

Other factors

No bugs found by the bug hunting system. The diff is small (5 files, ~5 effective line changes) and contains no logic changes.

@fadi-george fadi-george merged commit 0437728 into main Jun 3, 2026
20 of 23 checks passed
@fadi-george fadi-george deleted the rel/5.5.7 branch June 3, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants